home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / graphics / 3dvect37.zip / MOUSEIMG.INC < prev    next >
Text File  |  1994-06-22  |  2KB  |  55 lines

  1. ;░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  2. ;
  3. ; Filename     : mouseimg.inc
  4. ; Included from: 3D1.ASM, 3D2.ASM, 3D3.ASM
  5. ; Description  : Mouse.Gif in data byte form
  6. ;
  7. ; Written by: John McCarthy
  8. ;             1316 Redwood Lane
  9. ;             Pickering, Ontario.
  10. ;             Canada, Earth, Milky Way (for those out-of-towners)
  11. ;             L1X 1C5
  12. ;
  13. ; Internet/Usenet:  BRIAN.MCCARTHY@CANREM.COM
  14. ;         Fidonet:  Brian McCarthy 1:229/15
  15. ;   RIME/Relaynet: ->CRS
  16. ;
  17. ; Home phone, (905) 831-1944, don't call at 2 am eh!
  18. ;
  19. ; John Mccarthy would really love to work for a company programming Robots
  20. ; or doing some high intensive CPU work.  Hint. Hint.
  21. ;
  22. ; Send me your protected mode source code!
  23. ; Send me your Objects!
  24. ; But most of all, Send me a postcard!!!!
  25. ;
  26. ;░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  27.  
  28. ; number of colours detected: 13
  29.  
  30. mouseimgpalette db 00bh,00bh,00bh ; 1
  31.  db 012h,012h,012h ; 2
  32.  db 016h,016h,016h ; 3
  33.  db 01eh,01eh,01eh ; 4
  34.  db 022h,022h,026h ; 5
  35.  db 027h,027h,02dh ; 6
  36.  db 029h,029h,02fh ; 7
  37.  db 02ah,02ah,030h ; 8
  38.  db 02ch,02ch,032h ; 9
  39.  db 02dh,02dh,033h ; 10
  40.  db 02eh,02eh,034h ; 11
  41.  db 033h,033h,03ah ; 12
  42.  db 03ah,03ah,03ah ; 13
  43.  
  44. mouseimg dw 9,9 ; x,y size of icon
  45.  db 13,13,13,13,13,13,13,13,0
  46.  db 3,11,12,12,12,12,6,0,0
  47.  db 2,9,12,12,12,7,0,0,0
  48.  db 1,8,12,12,12,12,13,0,0
  49.  db 1,6,12,7,12,12,12,13,0
  50.  db 1,5,4,1,4,12,12,12,13
  51.  db 1,3,1,0,1,4,10,6,2
  52.  db 1,1,0,0,0,1,4,2,0
  53.  db 0,0,0,0,0,0,1,0,0
  54.  
  55.